home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megadoom II
/
MEGADOOM II - iso.7z
/
MEGADOOM II.ISO
/
doom
/
editors
/
wadfile
/
dmop
/
doom2
/
shotgun.rw
< prev
next >
Wrap
Text File
|
1995-01-04
|
5KB
|
87 lines
;
; Random World File created by populate
;
; Populate was written By Dusty Bedford 1994
;
;Enemies Weight When MAX#OF
MEGABALL 2.72 1L
LAUNCHER 2.72 1
ROCKET 8.84 13
INVISO 10.88
SUPERSHOTGUN 2.72 1
CHAINGUN 4.08 1
PLASMA 2.72 1L
ARACHNOTRON 458.35 4L
ARACHNOTRON 458.35 MEDIUM_AND_HARD 4L
ARACHNOTRON 458.35 HARD_ONLY 4L
MANCUBUS 148.82 MEDIUM_AND_HARD 2L
MANCUBUS 223.23 HARD_ONLY 3L
MANCUBUS 148.82 2L
SHELLBOX 10.88
CELLPACK 10.88
BACKPACK 27.21 10
BERSERK 2.72 1
MEDIKIT 10.88 4
MEGABALL 2.72 MULTIPLAYER 1L
ROCKET 0.68 MULTIPLAYER
CELLPACK 10.88 MULTIPLAYER 4
BULLETS 10.88 4
CLIP 1.36
ROCKETS 8.16 MULTIPLAYER 2
BFG9000 5.44 1L
ENERCELL 2.04 1
PLASMA 2.72 MULTIPLAYER 1L
CHAINGUN 4.08 MULTIPLAYER 1
SUPERSHOTGUN 2.72 MULTIPLAYER 1
LAUNCHER 2.72 MULTIPLAYER 1
;
; GLOBAL SETTINGS: THEY AFFECTS THE ENTIRE WORLD
;
; At run-time this value is used to adjust the
; Max#of variable based on the population of
; the level being modified. Using the strict
; standard requires that one or more of the
; items in the list above not have a specified
; maximum number of objects.
;
;PER 88 ;Strict standard for exact placement
PER 53 ;Lowered Standard for easy placement
;
; Deleting any of the PRESERVE lines will mean that
; the objects will not be taken from the original
; level. You will have to supply your own above.
;
PRESERVE PILLARS
PRESERVE LAMPS
;
; THRESHOLD determines what a MEGA-GOODIE is.
; MEGA-GOODIES are used to make the level fair
; if the generator places a lot of enemies in
; the level.
;
THRESHOLD 75
;
; I.Q. Determines how intelligently the program
; places objects in the effort to defeat you.
; 250 is the default if it is not specified here.
;
I.Q. 250
;
; EVEN sets the point at which the program must begin
; placing MEGA-GOODIES into the level, on the
; basis of the hardest difficulty rating.
; The MEGA-GOODIES give you a fighting chance,
; setting the value lower or <500 will increase the number
; of MEGA-GOODIES available to you in a the level.
EVEN 500
;
; If SPREAD is not set to a low value then
; a given sector may accumulate too many objects
; this often makes the level impossible to finish
; or just ugly-looking. Setting the value too low
; could make it difficult to place objects within
; a given wad file.
;
SPREAD 15
;